
Welcome to the Haiku shell.

/boot/home>cd /boot/home/Desktop/netrek-cow-3.00pl3
/boot/home/Desktop/netrek-cow-3.00pl3>./configure --build=i586-pc-beos --prefix=
/boot/home/config/
loading cache ./config.cache
checking for used sources... COW
Produce a stable release (y/n)?
N
checking for a BSD compatible install... (cached) /boot/home/config/bin/install 
-c
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether ln -s works... (cached) yes
checking for AIX... no
checking for inline... (cached) inline
checking if fd_set requires sys/select.h... yes
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for memory.h... (cached) yes
checking for math.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/timeb.h... (cached) yes
checking for sys/ptyio.h... (cached) no
checking for sys/fcntl.h... (cached) no
checking for fcntl.h... (cached) yes
checking for ctype.h... (cached) yes
checking for machine/endian.h... (cached) no
checking for sys/resource.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for netinet/tcp.h... (cached) yes
checking for sys/filio.h... (cached) no
checking for wait3 that fills in rusage... (cached) no
checking for pid_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for size_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for itimer in time.h... no
checking size of long... (cached) 4
checking for u_int in sys/types.h... yes
checking for PATH_MAX in limits.h... yes
checking for main in -lgdi32... (cached) no
checking for X... (cached) no
checking for main in -lXpm... (cached) no
checking for X11/xpm.h... (cached) no
checking for mp.h... no
checking for gmp.h... no
checking for main in -lmp... (cached) no
checking for main in -lgmp... (cached) no
checking for main in -lmp... (cached) no
Warning mp or gmp library not found, turning RSA off.
        RSA utilities for cow build found.
checking for main in -lXbsd... (cached) no
checking for main in -lsocket... (cached) no
checking for main in -linet... (cached) no
checking for main in -lnsl... (cached) no
checking for main in -lseq... (cached) no
checking for main in -lsun... (cached) no
checking return type of signal handlers... (cached) void
checking for restartable system calls... (cached) no
checking for BSD style signals
checking for sigset... (cached) no
checking for usleep... (cached) no
checking for random... (cached) no
checking for setstate... (cached) no
checking for strftime... (cached) no
checking for ftime... (cached) no
checking for strcmpi... (cached) no
checking for strncmpi... (cached) no
checking for main in -lm... (cached) no
checking for nint... (cached) no
checking for usleep... (cached) no
checking for setstate... (cached) no
checking for strdup... (cached) no
checking for rint... (cached) no
creating ./config.status
creating system.mk
creating config.h
config.h is unchanged
/boot/home/Desktop/netrek-cow-3.00pl3>make
make -f system.mk KEYDEF=sample_key.def netrek
make[1]: Entering directory `/boot/home/Desktop/netrek-cow-3.00pl3'
gcc -O2   -Dunix   -INONE   -c -o newwin.o newwin.c
In file included from /boot/home/Desktop/netrek-cow-3.00pl3/newwin.c:22:
/boot/develop/headers/posix/stdlib.h:98: conflicting types for `random'
/boot/home/Desktop/netrek-cow-3.00pl3/config.h:570: previous declaration of `ran
dom'
make[1]: *** [newwin.o] Error 1
make[1]: Leaving directory `/boot/home/Desktop/netrek-cow-3.00pl3'
make: *** [netrekI] Error 2
/boot/home/Desktop/netrek-cow-3.00pl3>
